@echo off echo This script is meant to fix the Xbox 360 Wheel causing black screen flickers. echo * This script will not hurt your computer in anyway, it simply disables a DLL. echo * The disabled DLL can be re-enabled by simply re-running the script. echo * This script must be run as Administrator (via right-clicking) for it to work. echo ------------------------------------ pause echo IMPORTANT: Before you run this script, you must: echo * unplug the wheel and wireless adapter echo * restart the computer (log off does not work) echo * if you plugged in the wheel, even once, after booting, this script will NOT work until next reboot echo (For the curious: To find if you need to reboot, check your Display Advanced, and if the Display Adapter is still your GPU you are fine, but restart if its Windows Basic Adapter) echo ------------------------------------ echo Are you freshly restarted and ready? If not, restart now. pause move C:\WINDOWS\System32\GameInputRedist.dll C:\WINDOWS\System32\GameInputRedist.dll.disabled echo SUCCESS: echo * DLL Status: DISABLED echo You may safely plug in the wheel and play a game. Do NOT close this window. echo When you are done playing UNPLUG the wheel and then press Enter and the DLL will be re-enabled echo pause echo Are you done playing, and is the wheel and wireless adapter unplugged? pause move C:\WINDOWS\System32\GameInputRedist.dll.disabled C:\WINDOWS\System32\GameInputRedist.dll echo SUCCESS: echo * DLL Status: RE-ENABLED echo ----------------------------------- echo You may now close this window. echo If you enjoyend this script, please consider donating a dollar or two for coffee at https://jonathanleaders.com/donate pause